home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / shareware / nmsetup.exe / devregex.xml < prev    next >
Encoding:
Extensible Markup Language  |  2006-03-30  |  41.3 KB  |  622 lines

  1.  ■<?xml version="1.0" encoding="utf-16"?>
  2. <!-- Network Magic (Pure Networks) device matching data. -->
  3. <!-- <httpmatch_realm_to_device> and <htmlmatch_page_to_device> regular expressions require the use of a group to extract -->
  4. <!-- the model text from the text. -->
  5. <data>
  6.     <!-- match the UPnP URN to a device sub-type -->
  7.     <UPnPmatch_URN_to_subtype>
  8.         <!-- match D-Link DCS camera line -->
  9.         <sz_to_subtype regex="DCS-\d+">
  10.             <subtype>NetworkCamera</subtype>
  11.         </sz_to_subtype>
  12.         <sz_to_subtype regex="WLANAccessPointDevice">
  13.             <subtype>WiFiAccessPoint</subtype>
  14.         </sz_to_subtype>
  15.         <sz_to_subtype regex="MediaServer">
  16.             <subtype>DigitalJukebox</subtype>
  17.         </sz_to_subtype>
  18.         <!-- match MediaRenderers, e.g. D-Link Media Lounge -->
  19.         <sz_to_subtype regex="MediaRenderer">
  20.             <subtype>MediaAdapter</subtype>
  21.         </sz_to_subtype>
  22.         <sz_to_subtype regex="PhotoServer">
  23.             <subtype>DigitalJukebox</subtype>
  24.         </sz_to_subtype>
  25.         <sz_to_subtype regex="InternetGatewayDevice">
  26.             <subtype>Gateway</subtype>
  27.         </sz_to_subtype>
  28.         <!-- Linksys -->
  29.         <sz_to_subtype regex="Network Storage Link for USB2.0 Disks">
  30.             <subtype>NetworkDrive</subtype>
  31.         </sz_to_subtype>
  32.         <!-- slight NM extensions to UPnP -->
  33.     <!-- TRENDnet TS-U200 -->
  34.         <sz_to_subtype regex="SambaServer">
  35.             <subtype>NetworkDrive</subtype>
  36.         </sz_to_subtype>
  37.         <!-- intentional mis-spelt match -->
  38.         <sz_to_subtype regex="Netwo(r)?kCamera">
  39.             <subtype>NetworkCamera</subtype>
  40.         </sz_to_subtype>
  41.         <sz_to_subtype regex="NetworkDrive">
  42.             <subtype>NetworkDrive</subtype>
  43.         </sz_to_subtype>
  44.         <sz_to_subtype regex="DigitalPlayerDVR">
  45.             <subtype>DigitalDVR</subtype>
  46.         </sz_to_subtype>
  47.         <sz_to_subtype regex="PhotoFrame">
  48.             <subtype>PhotoFrame</subtype>
  49.         </sz_to_subtype>
  50.         <sz_to_subtype regex="NetworkPDA">
  51.             <subtype>NetworkPDA</subtype>
  52.         </sz_to_subtype>
  53.         <sz_to_subtype regex="VOIPDevice">
  54.             <subtype>VOIPDevice</subtype>
  55.         </sz_to_subtype>
  56.         <sz_to_subtype regex="GameConsole">
  57.             <subtype>NetworkGameConsole</subtype>
  58.         </sz_to_subtype>
  59.         <sz_to_subtype regex="NetworkPrintServer">
  60.             <subtype>NetworkPrintServer</subtype>
  61.         </sz_to_subtype>
  62.     </UPnPmatch_URN_to_subtype>
  63.     <!-- match the UPnP model to a device sub-type -->
  64.     <UPnPmatch_model_to_subtype>
  65.         <!-- match Windows Media Connect computers -->
  66.         <sz_to_subtype regex="Windows Media Connect">
  67.             <subtype>Computer</subtype>
  68.         </sz_to_subtype>
  69.         <!-- match Sony VAIO Media servers computers -->
  70.         <sz_to_subtype regex="VAIO Media \w+ Server">
  71.             <subtype>Computer</subtype>
  72.         </sz_to_subtype>
  73.         <!-- match D-Link DSM-60X series network drives -->
  74.         <sz_to_subtype regex="DSM-60\d+">
  75.             <subtype>NetworkDrive</subtype>
  76.         </sz_to_subtype>
  77.         <!-- match D-Link DP- series network print servers -->
  78.         <sz_to_subtype regex="DP-[G]\d+">
  79.             <subtype>NetworkPrintServer</subtype>
  80.         </sz_to_subtype>
  81.         <!-- match D-Link DSM-G600 series network drives -->
  82.         <sz_to_subtype regex="DSM-G600">
  83.             <subtype>NetworkDrive</subtype>
  84.         </sz_to_subtype>
  85.         <!-- match TrendNet IP Cameras -->
  86.         <sz_to_subtype regex="TV-IP\d+">
  87.             <subtype>NetworkCamera</subtype>
  88.         </sz_to_subtype>
  89.         <!-- match D-Link DCS camera line -->
  90.         <sz_to_subtype regex="DCS-\d+">
  91.             <subtype>NetworkCamera</subtype>
  92.         </sz_to_subtype>
  93.     <!-- match XBOX 360 -->
  94.         <sz_to_subtype regex="XBOX 360">
  95.             <subtype>NetworkGameConsole</subtype>
  96.         </sz_to_subtype>
  97.     <!-- match other cameras -->
  98.         <sz_to_subtype regex="Camera">
  99.             <subtype>NetworkCamera</subtype>
  100.         </sz_to_subtype>
  101.     </UPnPmatch_model_to_subtype>
  102.     <!-- match the HTTP auth realm to a device -->
  103.     <httpmatch_realm_to_device>
  104.         <!-- match Linksys wireless AP model 'WAP54G' -->
  105.         <sz_to_device regex="{WAP54G}">
  106.             <deviceinfo>
  107.                 <type>NetworkDevice</type>
  108.                 <subtype>WiFiAccessPoint</subtype>
  109.                 <vendorid>Linksys</vendorid>
  110.         <model_description>Wireless-G Access Point</model_description>
  111.             </deviceinfo>
  112.         </sz_to_device>
  113.         <!-- match Linksys wireless AP model 'WAP11' -->
  114.         <sz_to_device regex="{WAP11}">
  115.             <deviceinfo>
  116.                 <type>NetworkDevice</type>
  117.                 <subtype>WiFiAccessPoint</subtype>
  118.                 <vendorid>Linksys</vendorid>
  119.         <model_description>Instant Wireless Network Access Point</model_description>
  120.             </deviceinfo>
  121.         </sz_to_device>
  122.         <!-- match Linksys wireless AP model 'WAP51AB' -->
  123.         <sz_to_device regex="{WAP51AB}">
  124.             <deviceinfo>
  125.                 <type>NetworkDevice</type>
  126.                 <subtype>WiFiAccessPoint</subtype>
  127.                 <vendorid>Linksys</vendorid>
  128.         <model_description>Dual Band Wireless Access Point</model_description>
  129.             </deviceinfo>
  130.         </sz_to_device>
  131.         <!-- match Linksys wireless AP model 'WAP55AG' -->
  132.         <sz_to_device regex="{WAP55AG}">
  133.             <deviceinfo>
  134.                 <type>NetworkDevice</type>
  135.                 <subtype>WiFiAccessPoint</subtype>
  136.                 <vendorid>Linksys</vendorid>
  137.             </deviceinfo>
  138.         </sz_to_device>
  139.         <!-- match Buffalo wireless AP models 'WLA-???', e.g. 'WLA-G54C' -->
  140.         <sz_to_device regex="BUFFALO {WLA-\a\d+\a+}">
  141.             <deviceinfo>
  142.                 <type>NetworkDevice</type>
  143.                 <subtype>WiFiAccessPoint</subtype>
  144.                 <vendorid>Buffalo</vendorid>
  145.             </deviceinfo>
  146.         </sz_to_device>
  147.         <!-- match D-Link wireless AP model 'DWL-G700AP' -->
  148.         <sz_to_device regex="{DWL-\a?\d+AP}">
  149.             <deviceinfo>
  150.                 <type>NetworkDevice</type>
  151.                 <subtype>WiFiAccessPoint</subtype>
  152.                 <vendorid>D-Link</vendorid>
  153.         <model_description>Wireless Access Point</model_description>
  154.              </deviceinfo>
  155.        </sz_to_device>
  156.        <!-- match Netgear Wireless AP models 'WG601/2/3' -->
  157.         <sz_to_device regex="{WG60\d}">
  158.             <deviceinfo>
  159.                 <type>NetworkDevice</type>
  160.                 <subtype>WiFiAccessPoint</subtype>
  161.                 <vendorid>Netgear</vendorid>
  162.          <model_description>Wireless Access Point</model_description>
  163.            </deviceinfo>
  164.         </sz_to_device>
  165.          <!-- match Netgear Prosafe Wireless AP model 'ME103' -->
  166.         <sz_to_device regex="{ME103}">
  167.             <deviceinfo>
  168.                 <type>NetworkDevice</type>
  169.                 <subtype>WiFiAccessPoint</subtype>
  170.                 <vendorid>Netgear</vendorid>
  171.          <model_description>ProSafe Wireless Access Point</model_description>
  172.            </deviceinfo>
  173.         </sz_to_device>
  174.     </httpmatch_realm_to_device>
  175.     <!-- match the HTML admin page to a device -->
  176.     <htmlmatch_page_to_device>
  177.         <!-- match D-Link wireless AP model 'DWL-2100AP' -->
  178.         <sz_to_device regex="&lt;title&gt;{DWL-\d+AP}&lt;/title&gt;">
  179.             <deviceinfo>
  180.                 <type>NetworkDevice</type>
  181.                 <subtype>WiFiAccessPoint</subtype>
  182.                 <vendorid>D-Link</vendorid>
  183.           <model_description>Wireless Access Point</model_description>
  184.            </deviceinfo>
  185.        </sz_to_device>
  186.         <!-- match D-Link network camera model 'DCS-5300' or 'DCS-5300W' -->
  187.         <sz_to_device regex="&lt;title&gt;{DCS-5300W?}&lt;/title&gt;">
  188.             <deviceinfo>
  189.                 <type>NetworkDevice</type>
  190.                 <subtype>NetworkCamera</subtype>
  191.                 <vendorid>D-Link</vendorid>
  192.             </deviceinfo>
  193.        </sz_to_device>
  194.         <!-- match D-Link network camera model 'DCS-900' -->
  195.         <sz_to_device regex="{DCS-900})&lt;/title&gt;">
  196.             <deviceinfo>
  197.                 <type>NetworkDevice</type>
  198.                 <subtype>NetworkCamera</subtype>
  199.                 <vendorid>D-Link</vendorid>
  200.             </deviceinfo>
  201.        </sz_to_device>
  202.         <!-- match Veo network camera -->
  203.         <sz_to_device regex="{Veo Observer( XT)?}">
  204.             <deviceinfo>
  205.                 <type>NetworkDevice</type>
  206.                 <subtype>NetworkCamera</subtype>
  207.                 <vendorid>Veo</vendorid>
  208.             </deviceinfo>
  209.        </sz_to_device>
  210.     <!-- match Linksys network camera with upnp turned off (default)-->
  211.         <sz_to_device regex="{Linksys Web Camera}">
  212.             <deviceinfo>
  213.                 <type>NetworkDevice</type>
  214.                 <subtype>NetworkCamera</subtype>
  215.          <model_name>WVC11B</model_name>
  216.                 <vendorid>Linksys</vendorid>
  217.          <model_description>Wireless Internet Video Camera</model_description>
  218.              </deviceinfo>
  219.        </sz_to_device>
  220.         <!-- match Linksys network camera with upnp turned off (default)-->
  221.         <sz_to_device regex="{Linksys Wireless-G Internet Video Camera}">
  222.              <deviceinfo>
  223.                  <type>NetworkDevice</type>
  224.                  <subtype>NetworkCamera</subtype>
  225.                  <vendorid>Linksys</vendorid>
  226.                  <model_name>WVC54G</model_name>
  227.                  <model_number>WVC54G</model_number>
  228.                  <model_description>Wireless-G Internet Video Camera</model_description>
  229.              </deviceinfo>
  230.         </sz_to_device>
  231.         <!-- match Audiotron music player -->
  232.         <!-- <title>Audiotron Network Configuration</title> -->
  233.         <sz_to_device regex="&lt;title&gt;{Audiotron}">
  234.             <deviceinfo>
  235.                 <type>NetworkDevice</type>
  236.                 <subtype>MediaAdapter</subtype>
  237.                 <vendorid>TurtleBeach</vendorid>
  238.         <model_name>Turtle Beach AudioTron</model_name>
  239.         <model_number>AudioTron-100</model_number>
  240.         <model_description>AudioTron Digital Audio Receiver</model_description>
  241.             </deviceinfo>
  242.        </sz_to_device>
  243.         <!-- match maxtor storage drive -->
  244.         <!-- it would be nice to have a tighter regex, but the main page is a redirect -->
  245.         <sz_to_device regex="&lt;title&gt;{SHARED STORAGE DRIVE}&lt;/title&gt;">
  246.             <deviceinfo>
  247.                 <type>NetworkDevice</type>
  248.                 <subtype>NetworkDrive</subtype>
  249.                 <vendorid>Maxtor</vendorid>
  250.                 <model_description>Maxtor Shared Storage Drive</model_description>
  251.            </deviceinfo>
  252.        </sz_to_device>
  253.     </htmlmatch_page_to_device>
  254.     <!-- match the DHCP vendorclass to a device -->
  255.     <DHCPmatch_vendorclass_to_device>
  256.         <!-- match XBOX game console -->
  257.         <sz_to_device regex="{XBOX \d.0}">
  258.             <deviceinfo>
  259.                 <type>NetworkDevice</type>
  260.                 <subtype>NetworkGameConsole</subtype>
  261.                 <vendorid>Microsoft</vendorid>
  262.             </deviceinfo>
  263.        </sz_to_device>
  264.     </DHCPmatch_vendorclass_to_device>
  265.     <!-- match the DHCP hostname to a device -->
  266.     <DHCPmatch_hostname_to_device>
  267.     <!-- match LinkSYS PAP2 VOIP device -->
  268.     <sz_to_device regex="LinkSysPAP">
  269.         <deviceinfo>
  270.         <type>NetworkDevice</type>
  271.         <subtype>VOIPDevice</subtype>
  272.         <vendorid>LinkSys</vendorid>
  273.         <model_name>Linksys Phone Adapter (PAP2)</model_name>
  274.         <model_number>PAP2</model_number>
  275.         <model_description>Linksys Phone Adapter with 2 Ports for VOIP</model_description>
  276.         </deviceinfo>
  277.     </sz_to_device>
  278.     <!-- match Netgear MP101 Music Player -->
  279.     <sz_to_device regex="Netgear MP\d\d\d">
  280.         <deviceinfo>
  281.         <type>NetworkDevice</type>
  282.         <subtype>MediaAdapter</subtype>
  283.         <vendorid>Netgear</vendorid>
  284.         <model_name>Digital Music Player</model_name>
  285.         <model_number>MP101</model_number>
  286.         <model_description>Netgear Wireless Digital Music Player</model_description>
  287.         </deviceinfo>
  288.     </sz_to_device>
  289.     <!-- match Gateway ADC-320 DVD player -->
  290.     <sz_to_device regex="Media Player_">
  291.         <deviceinfo>
  292.         <type>NetworkDevice</type>
  293.         <subtype>MediaAdapter</subtype>
  294.         <vendorid>Gateway</vendorid>
  295.         <model_name>Connected DVD Player</model_name>
  296.         <model_number>ADC-320</model_number>
  297.         <model_description>Gateway Connected Wireless DVD Player</model_description>
  298.         </deviceinfo>
  299.     </sz_to_device>
  300.     <!-- match D-Link DSM-320 Media adapter -->
  301.     <sz_to_device regex="DSM320">
  302.         <deviceinfo>
  303.         <type>NetworkDevice</type>
  304.         <subtype>MediaAdapter</subtype>
  305.         <vendorid>D-Link</vendorid>
  306.         <model_name>Wireless Media Player</model_name>
  307.         <model_number>DSM-320</model_number>
  308.         <model_description>D-Link DSM-320 Wireless Media Player</model_description>
  309.         </deviceinfo>
  310.     </sz_to_device>
  311.     <!-- match 'TiVo' devices 15 hex digits, "240-0000-8067-6C8A"  -->
  312.     <sz_to_device regex="((((240)|(130)|(140))0000)|(5400001))\h\h\h\h\h\h\h\h">
  313.         <deviceinfo>
  314.         <type>NetworkDevice</type>
  315.         <subtype>DigitalDVR</subtype>
  316.         <vendorid>TiVo</vendorid>
  317.         <model_name>TiVo Series2 DVR</model_name>
  318.         <model_number>TiVo</model_number>
  319.         <model_description>TiVo Series2 Digital Video Recorder</model_description>
  320.         </deviceinfo>
  321.     </sz_to_device>
  322.     <!-- match Linkys WMA11B device -->
  323.     <sz_to_device regex="Linksys_{WMA11B}">
  324.         <deviceinfo>
  325.         <type>NetworkDevice</type>
  326.                 <subtype>MediaAdapter</subtype>
  327.         <vendorid>Linksys</vendorid>
  328.         <model_name>Wireless-B Media Adapter</model_name>
  329.         <model_number>WMA11B</model_number>
  330.         </deviceinfo>
  331.     </sz_to_device>
  332.     <!-- match Microsoft MN-740 device -->
  333.     <sz_to_device regex="MN-740">
  334.         <deviceinfo>
  335.         <type>NetworkDevice</type>
  336.                 <subtype>NetworkGameConsole</subtype>
  337.         <vendorid>Microsoft</vendorid>
  338.         <model_name>Wireless XBOX Adapter</model_name>
  339.         <model_number>MN-740</model_number>
  340.         </deviceinfo>
  341.     </sz_to_device>
  342.     <!-- initial match of cameras and the like that say win98 but aren't. UPNP/other matches will fill in rest -->
  343.     <sz_to_device regex="CS-\h\h\h\h\h\h">
  344.         <deviceinfo>
  345.             <type>NetworkDevice</type>
  346.         </deviceinfo>
  347.     </sz_to_device>    
  348.     </DHCPmatch_hostname_to_device>
  349.     <!-- match the MAC address to a device -->
  350.     <devmatch_MAC_to_device>
  351.     <sz_to_device regex="00:04:1F:\h\h:\h\h:\h\h">
  352.         <deviceinfo>
  353.         <type>NetworkDevice</type>
  354.         <subtype>NetworkGameConsole</subtype>
  355.         <vendorid>Sony</vendorid>
  356.         <model_name>Sony Playstation 2</model_name>
  357.         <model_description>Sony Playstation 2 Game Console</model_description>
  358.         </deviceinfo>
  359.     </sz_to_device>
  360.       <sz_to_device regex="00:11:24:0B:\h\h:\h\h">
  361.         <deviceinfo>
  362.         <type>NetworkDevice</type>
  363.         <subtype>WiFiAccessPoint</subtype>
  364.                 <vendorid>Apple</vendorid>
  365.          <model_name>AirPort Express</model_name>
  366.         <model_description>AirPort Express with AirTunes</model_description>
  367.         </deviceinfo>
  368.     </sz_to_device>
  369.       <sz_to_device regex="00:0A:97:\h\h:\h\h:\h\h">
  370.         <deviceinfo>
  371.         <type>NetworkDevice</type>
  372.         <subtype>DigitalDVR</subtype>
  373.         <vendorid>ReplayTV</vendorid>
  374.         <model_name>ReplayTV DVR</model_name>
  375.         <model_description>ReplayTV Digital Video Recorder</model_description>
  376.         </deviceinfo>
  377.     </sz_to_device>
  378.        <sz_to_device regex="00:E0:Eb:50:\h\h:\h\h">
  379.         <deviceinfo>
  380.         <type>NetworkDevice</type>
  381.         <subtype>MediaAdapter</subtype>
  382.                 <vendorid>Creative</vendorid>
  383.          <model_name>Soundblaster Wireless</model_name>
  384.         <model_description>Creative Soundblaster Wireless Music</model_description>
  385.         </deviceinfo>
  386.     </sz_to_device>
  387.     <sz_to_device regex="00:((07:E0)|(04:6B)|(0E:20)):\h\h:\h\h:\h\h">
  388.         <deviceinfo>
  389.         <type>NetworkDevice</type>
  390.         <subtype>NetworkPDA</subtype>
  391.                <vendorid>Palm</vendorid>
  392.          </deviceinfo>
  393.     </sz_to_device>
  394.     <sz_to_device regex="00:05:1B:\h\h:\h\h:\h\h">
  395.           <deviceinfo>
  396.               <type>NetworkDevice</type>
  397.               <subtype>PhotoFrame</subtype>
  398.               <vendorid>Ceiva</vendorid>
  399.               <model_name>Ceiva 3</model_name>
  400.               <model_number>Ceiva 3</model_number>
  401.               <model_description>Digital Photo Receiver</model_description>
  402.          </deviceinfo>
  403.     </sz_to_device>
  404.      <!-- match Vendor from MAC -->
  405. <!-- these entries can cause adapters to be discovered for PCs with firewalls on
  406.     removing until we find a reliable fingerprint for PCs
  407.     <sz_to_device regex="((00:01:4A)|(00:02:C7)):\h\h:\h\h:\h\h">
  408.         <deviceinfo>
  409.         <type>NetworkDevice</type>
  410.         <subtype>NetworkGameConsole</subtype>
  411.         <vendorid>Sony</vendorid>
  412.         <model_name>Sony PSP</model_name>
  413.         <model_description>Sony PSP (PlayStation Portable) Game Console</model_description>
  414.         </deviceinfo>
  415.     </sz_to_device>
  416.     <sz_to_device regex="00:((04:5A)|(06:25)|(0C:41)|(0F:66)|(12:17)):\h\h:\h\h:\h\h">
  417.         <deviceinfo>
  418.               <vendorid>Linksys</vendorid>
  419.          </deviceinfo>
  420.     </sz_to_device>
  421.      <sz_to_device regex="00:((05:5D)|(0D:88)|(0F:3D)|(11:95)|(50:BA)|(80:C8)):\h\h:\h\h:\h\h">
  422.         <deviceinfo>
  423.               <vendorid>D-Link</vendorid>
  424.          </deviceinfo>
  425.     </sz_to_device>
  426.     <sz_to_device regex="00:((02:E3)|(09:5B)|(0F:B5)):\h\h:\h\h:\h\h">
  427.         <deviceinfo>
  428.               <vendorid>NETGEAR</vendorid>
  429.          </deviceinfo>
  430.     </sz_to_device>
  431.  -->
  432.     <sz_to_device regex="00:E0:Eb:\h\h:\h\h:\h\h">
  433.         <deviceinfo>
  434.               <vendorid>Creative</vendorid>
  435.          </deviceinfo>
  436.     </sz_to_device>
  437.     <sz_to_device regex="00:0F:5E:\h\h:\h\h:\h\h">
  438.         <deviceinfo>
  439.               <vendorid>Veo</vendorid>
  440.          </deviceinfo>
  441.     </sz_to_device>
  442.     <sz_to_device regex="(08:00:46)|(00:((00:95)|(01:4A)|(04:1F)|(0A:D9)|(0E:07)|(0F:DE))):\h\h:\h\h:\h\h">
  443.         <deviceinfo>
  444.               <vendorid>Sony</vendorid>
  445.          </deviceinfo>
  446.     </sz_to_device>
  447.     <sz_to_device regex="00:((07:E0)|(04:6B)|(0E:20)):\h\h:\h\h:\h\h">
  448.         <deviceinfo>
  449.               <vendorid>Palm</vendorid>
  450.          </deviceinfo>
  451.     </sz_to_device>
  452.     <sz_to_device regex="00:E0:B8:\h\h:\h\h:\h\h">
  453.         <deviceinfo>
  454.               <vendorid>Gateway</vendorid>
  455.          </deviceinfo>
  456.     </sz_to_device>
  457.     <sz_to_device regex="00:11:24:\h\h:\h\h:\h\h">
  458.         <deviceinfo>
  459.               <vendorid>Apple</vendorid>
  460.          </deviceinfo>
  461.     </sz_to_device>
  462.     </devmatch_MAC_to_device>
  463.     <portname_to_printer>
  464.         <!-- Ignore network printer paths -->
  465.         <sz_to_printer regex="^\\\\">
  466.             <type>PseudoPrinter</type>
  467.         </sz_to_printer>
  468.         <!-- Ignore printers connected via http ports -->
  469.         <sz_to_printer regex="^http://">
  470.             <type>PseudoPrinter</type>
  471.         </sz_to_printer>
  472.         <!-- Ignore printers connected via terminal server.  See code comment for explanation -->
  473.         <sz_to_printer regex="^TS\d+">
  474.             <type>PseudoPrinter</type>
  475.         </sz_to_printer>
  476.         
  477.         <!-- Ignore 'Fax' port -->
  478.         <sz_to_printer regex="^SHRFAX:">
  479.             <type>PseudoPrinter</type>
  480.         </sz_to_printer>
  481.         <!-- Ignore 'Microsoft Office Document' port -->
  482.         <sz_to_printer regex="^Microsoft Document Imaging Writer Port:$">
  483.             <type>PseudoPrinter</type>
  484.         </sz_to_printer>
  485.         <!-- Ignore 'Adobe Distiller' -->
  486.         <sz_to_printer regex="\*\.pdf$">
  487.             <type>PseudoPrinter</type>
  488.         </sz_to_printer>
  489.         <!-- Ignore 'Pdf995' -->
  490.         <sz_to_printer regex="^PDF995PORT$">
  491.             <type>PseudoPrinter</type>
  492.         </sz_to_printer>
  493.         <!-- Ignore 'Tracker Software PDF-XChange' -->
  494.         <sz_to_printer regex="^PDF-XChange$">
  495.             <type>PseudoPrinter</type>
  496.         </sz_to_printer>
  497.         <!-- Ignore 'SourceForge PDF-Creator' -->
  498.         <sz_to_printer regex="^PDFCreator:$">
  499.             <type>PseudoPrinter</type>
  500.         </sz_to_printer>
  501.             
  502.     </portname_to_printer>
  503.     <drivername_to_printer>
  504.         
  505.         <!-- Ignore Amyuni-branded PDF converters -->
  506.         <sz_to_printer regex="^Amyuni">
  507.             <type>PseudoPrinter</type>
  508.         </sz_to_printer>
  509.         
  510.         <!-- Ignore HP officejet fax pseudo-printers -->
  511.         <sz_to_printer regex="^hp officejet \d+ series fax$">
  512.             <type>PseudoPrinter</type>
  513.         </sz_to_printer>
  514.     
  515.     </drivername_to_printer>
  516.     <modelname_to_printer>
  517.         
  518.         <!-- ignore Dell Printer Fax Tools -->
  519.         <sz_to_printer regex="^CAPTURE FAX$">
  520.             <type>PseudoPrinter</type>
  521.         </sz_to_printer>
  522.     </modelname_to_printer>
  523.  </data>